The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "autodie"

autodie - Replace functions with ones that succeed or die with lexical scope River stage four • 463 direct dependents • 2194 total dependents

bIlujDI' yIchegh()Qo'; yIHegh()! It is better to die() than to return() in failure. -- Klingon programming proverb. The "autodie" pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw ...

TODDR/autodie-2.37 - 28 Dec 2023 19:13:52 UTC - Search in distribution

autodie::variables - Safe user and group ID variables River stage zero No dependents

This module overrides the magic on the user and group ID variables ($<, $>, $(, $)) to throw errors when assignment to them fails....

LEONT/autodie-variables-0.005 - 26 Dec 2012 23:37:32 UTC - Search in distribution

Modern::Open - Autovivification, Autodie, and 3-args open support River stage zero No dependents

Modern::Open provides autovivification and autodie support of open(), opendir(), sysopen(), pipe(), socket(), and accept() on perl 5.00503 or later. And supports three-argument open(), too....

INA/Modern-Open-0.14 - 25 Mar 2023 01:13:13 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1223 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11693 direct dependents • 33184 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

icli - Icinga Command Line Interface River stage zero No dependents

icli is a command line interface to Icinga. By default it lists all services and their states. Note that when supplying custom config and status file paths, icli also works with Nagios. 100% compatibility is not guaranteed, however. icli only works w...

DERF/App-Icli-0.48 - 13 Jun 2014 20:17:25 UTC - Search in distribution

Doit - a scripting framework River stage zero No dependents

Doit is a scripting framework. Some core principles implemented here are: * Failing commands throw exceptions — similar to autodie or Fatal (but implemented consistently) or Bourne shell's "set -e", or make(1)'s default mode without "-k" * Commands a...

SREZIC/Doit-0.028 - 03 Nov 2023 08:15:55 UTC - Search in distribution

Jacode4e - Converts Character Encodings for Enterprise in Japan River stage zero No dependents

INA/Jacode4e-2.13.6.21 - 22 Mar 2023 00:44:07 UTC - Search in distribution

rig - import groups of favorite/related modules with a single expression River stage zero No dependents

This module allows you to organize and bundle your favorite modules, thus reducing the recurring task of "use"ing them in your programs, and implicitly requesting imports by default. You can rig your bundles in 2 places: * A file called ".perlrig" in...

RODRIGO/rig-0.04 - 07 Aug 2011 08:39:15 UTC - Search in distribution

Rex - the friendly automation framework River stage two • 21 direct dependents • 21 total dependents

Rex is an automation framework that is friendly to any combinations of local and remote execution, push and pull style of management, or imperative and declarative approach. Its flexibility makes it a great fit for many different use cases, but most ...

FERKI/Rex-1.14.3 - 05 Aug 2023 19:38:49 UTC - Search in distribution

Text::CSV - comma-separated values manipulator (using XS or PurePerl) River stage three • 153 direct dependents • 335 total dependents

Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...

ISHIGAKI/Text-CSV-2.04 - 02 Dec 2023 12:18:10 UTC - Search in distribution

errors - Error Handling for Perl River stage zero No dependents

The "errors" module adds clean, simple, sane, flexible and usable error handling to Perl. The module does several things: First, "errors" exports an error handling syntax that is very similar to Error.pm, but with a few improvements. (See [COMPARISON...

INGY/Error-errors-0.13 - 19 Aug 2014 23:09:15 UTC - Search in distribution

dthumb - Generate Thumbnails + Index for a set of images River stage zero No dependents

dthumb will create an index.xhtml with a list (thumbnails) of all images found in the current directory; the thumbnails will link to the images. It uses a javascript lightbox (see <http://www.huddletogether.com/projects/lightbox/>) to display the ima...

DERF/dthumb-0.2 - 04 Mar 2011 08:32:40 UTC - Search in distribution

Text::CSV_XS - comma-separated values manipulation routines River stage three • 116 direct dependents • 323 total dependents

Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...

HMBRAND/Text-CSV_XS-1.54 - 18 Apr 2024 12:11:05 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution
  • perl5ifaq - Frequently Asked Questions about perl5i

csv2pdf - A simple but yet powerful LaTeX::Table example application. River stage one • 3 direct dependents • 3 total dependents

Converts a CSV file to PDF. Requires LaTeX....

LIMAONE/LaTeX-Table-v1.0.6 - 26 Oct 2010 02:44:08 UTC - Search in distribution

Daiku - Make for Perl River stage one • 1 direct dependent • 1 total dependent

Daiku is yet another build system for Perl5....

SONGMU/Daiku-1.004 - 02 Jan 2015 17:00:55 UTC - Search in distribution

Try::Tiny - Minimal try/catch with proper preservation of $@ River stage five • 1164 direct dependents • 16285 total dependents

This module provides bare bones "try"/"catch"/"finally" statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch which provides a nice syntax and avoids adding another call stack layer, and ...

ETHER/Try-Tiny-0.31 - 23 Nov 2021 20:30:31 UTC - Search in distribution

tidyall - Recursively find all Perl sources and run perltidy on them all River stage zero No dependents

'tidyall' looks for perl sources in the input directory and its children and runs the perltidy pretty printer on each source file it finds. The first time tidyall executes, it will store the modification times of the source files and on the next run,...

JRCOUNTS/Test-Approvals-v0.0.5 - 11 May 2013 12:10:31 UTC - Search in distribution
  • versionall - Recursively find Perl sources and update version numbers
  • criticizeall - Recursively find Perl sources and run perlcritic on them all
97 results (0.119 seconds)